Make a webpage
In this task I was very ecxited to make my own website.but how to make website I dont know .Then I refer the w3school for website design there tutorials are realy usefull for new learner

Source:Internet
(From wikipedia)Softwares for making the webpage or edit the templates
Notepad++ is a simple yet incredibly effective code editor.
Notepad++ is a notepad replacement with the ability to highlight and check code syntax. It also supports tabbed file editing. A great first choice for programmers.
ConTEXT is a simple yet powerful notepad replacement. It has most of the same functionalities as Notepad++, and a few additional features like the ability to record macros.
Coffeecup HTML Editor is a fully-fledged web code editor with some unique functionalities like the ability to take any website and edit its code in your own test environment.
Emacs is a Linux specific text editor with a high degree of extensibility and customizability. It is one of the best known Linux text editors.
UltraEdit is another code-geared text editor. It supports extremely large files and even hex files.
EditPlus is a text/code editor with built-in FTP functionality.
Coda 2 is a Mac-based editor that allows code-folding, has auto-complete and an in-built SWL editor.
Espresso is another Mac-based editor with real-time preview functionality and code-folding.
Sublime Text is an advanced text editor that has a slick interface with advanced search functionality and advanced viewing modes.
Topstyle 5 is an HTML5 and CSS3 focused editor with syntax highlighting, auto completion, and a nifty feature that allows you to click on classes and find styles defined for the classes. Windows, Demo version has limited functionality.
TextWrangler is a general purpose text editor for Mac with enhanced functionality for different programming languages.
BBEdit is a text editor with powerful code editing features like the ability to search and replace text from multiple files.
Chocolat is an editor that boasts split editing, code completion and a Vim mode that lets you edit text in a shell-style environment.
I use the edit plus software for edit my webpage
How I make my web page with html.
HTML-
According with wikipedia Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. .
I make my webpage with the help of templates I downloade the templates from google and I used the edit plus for edit the code according my requirment.
First I try the simple code with notepad but it takes lot of time so i will decide that I download the templatesand extract it in my folder
Code for home page in edit plus

My home page

In my home page there are mainly 5 sections home,assignments,profile,project and contact.I provide the link for all part.when you click on assignment then scroll down automaticlly and we can see my assignment window.If we click on that assignment then my assignment page open.There is saperate code for assignment pages.that code is given below

Code for assignments in edit plus

My first assignment page looks like below

I will follow the same process for all the assignment
Commands used for the making code in html


These above commands are very important to make website i used these commands.If i use other then I will add it in above list
the web browser development window is showing html code that generated automatically and it is different from html file.project.html is being automatically appended to images and text and I can't solve it.
Learning outcomes
In this task I learn lot of things that how gives the link to the images how write the code for webpage ,how insert the images etc so this task is nice for me.